github.com/klauspost/compress/zstd.doubleFastEncoderDict.longTableShardDirty (field)
9 uses
github.com/klauspost/compress/zstd (current package)
enc_dfast.go#L34: longTableShardDirty [dLongTableShardCnt]bool
enc_dfast.go#L1078: for i := range e.longTableShardDirty {
enc_dfast.go#L1079: if e.longTableShardDirty[i] {
enc_dfast.go#L1088: for i := range e.longTableShardDirty {
enc_dfast.go#L1089: e.longTableShardDirty[i] = false
enc_dfast.go#L1093: for i := range e.longTableShardDirty {
enc_dfast.go#L1094: if !e.longTableShardDirty[i] {
enc_dfast.go#L1101: e.longTableShardDirty[i] = false
enc_dfast.go#L1106: e.longTableShardDirty[entryNum/dLongTableShardSize] = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |